翻訳と辞書
Words near each other
・ Sparse array
・ Sparse binary polynomial hashing
・ Sparse conditional constant propagation
・ Sparse distributed memory
・ Sparse file
・ Sparse graph code
・ Sparse grid
・ Sparse image
・ Sparse language
・ Sparse matrix
・ Sparse matrix converter
・ Sparse matrix-vector multiplication
・ Sparse network
・ Sparse PCA
・ Sparse ruler
Sparse voxel octree
・ Sparsely totient number
・ Sparsely-spotted stingaree
・ Sparsetooth dogfish
・ Sparsh
・ Sparsh (Festival)
・ Sparsh (film)
・ Sparsh (software)
・ Sparsh Khanchandani
・ Sparsh Shrivastav
・ Sparsha (film)
・ Sparsham
・ Sparsholt
・ Sparsholt College
・ Sparsholt Roman Villa


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Sparse voxel octree : ウィキペディア英語版
Sparse voxel octree

A sparse voxel octree (SVO) is a 3D computer graphics rendering technique using a raycasting or sometimes a ray tracing approach into an octree data representation.
The technique varies somewhat, but generally relies on generating and processing the hull of points (sparse voxels) which are visible or may be visible, given the resolution and size of the screen. The main points of the technique are: First, only pixels to be actually displayed need to be computed, with the actual screen resolution limiting the level of voxel detail required, and second, interior voxels – voxels fully enclosed by other voxels which are fully opaque – are unnecessary and thus need not be included in the 3D data set. The first point limits the computational cost during rendering, and the second point limits the amount of 3D voxel data (and thus storage space) required for realistic, high-resolution digital models and/or environments.
Because it needs only a small subset of the full voxel data a system does not need to process a massive amount of voxel data at any one time; it can extract data from extremely large data sources of voxels as and when needed. The basic advantage of octrees is that as a hierarchical data structure they need not be fully explored to their full depth, and this allows the system to run on current generation computer hardware. In addition, the octree datastructure permits smoothing of the underlying data, to help with antialiasing.
It is, however, a generally less well developed technique than standard polygon-based rasterisation schemes.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Sparse voxel octree」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.